From a46194b809a9888f605d6ce466adf2de8f3373c4 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Fri, 28 Sep 2007 00:42:22 +0000 Subject: [PATCH] Tweak variable name --- includes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Database.php b/includes/Database.php index 1ac03ce885..4455228aed 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -42,7 +42,7 @@ class DBObject { * This allows us to distinguish a blob from a normal string and an array of strings */ class Blob { - private $data; + private $mData; function __construct($data) { $this->mData = $data; } -- 2.20.1